home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / U_Z / WOGB50.ZIP / WOG.B50 next >
Text File  |  1995-02-12  |  2KB  |  65 lines

  1. REM FLCS PROGRAM FILE FOR ORIGIN'S WINGS OF GLORY
  2. REM PREPARED FOR THRUSTMASTER BY CRAIG ALLEN    2/11/95
  3. REM
  4. REM At the 'Options" screen (press ALT-O while in your plane), make sure
  5. REM your "Flight Controls" are configured as follows:
  6. REM                  - Flight:   Joystick
  7. REM                  - Panning:  Keyboard
  8. REM                  - Throttle: Keyboard
  9. REM
  10.  USE WCS
  11. REM
  12.  RATE 50
  13. REM
  14.  MDEF WOG
  15. REM
  16. REM FLCS TRIGGER/BUTTON SETTINGS
  17. REM
  18. REM Trigger lines REM'd to use analog trigger
  19. REM BTN TG1
  20. REM BTN TG2
  21. REM
  22.  BTN S1 /O BreakAndAttack /I ReturnToWing
  23.  BTN S2 DropBombFireRocket
  24.  BTN S3 PanFront
  25.  BTN S4 ThrottleBlipper
  26. REM
  27. REM FLCS HAT SWITCH SETTINGS
  28. REM
  29.  BTN H1U View_Chase
  30.  BTN H1D View_External
  31.  BTN H1L View_Overhead
  32.  BTN H1R View_Target
  33. REM
  34.  BTN H2U /O LookFront /I PanUp
  35.  BTN H2D /O LookBack /I PanDown
  36.  BTN H2L /O LookLeft /I PanLeft
  37.  BTN H2R /O LookRight /I PanRight
  38. REM
  39. REM Use Hat 3 to pan your view around from within the cockpit or after
  40. REM switching to View_External
  41.  BTN H3U /O PanUp
  42.          /I ZoomViewIn
  43.  BTN H3D /O PanDown
  44.          /I ZoomViewOut
  45.  BTN H3L PanLeft
  46.  BTN H3R PanRight
  47. REM
  48. REM Switch to your trusty wing-mounted Lewis when your adversary climbs
  49. REM above your wing, but don't let the falling debris ruin _your_ day!
  50.  BTN H4U SE5aLewisGunView
  51.  BTN H4D SwitchSE5aGuns
  52. REM
  53.  BTN T1 /O MapDisplay /I AutoPilot
  54.  BTN T2 /O CheckStatus /I CheckDamage
  55.  BTN T3 /O SelectNearFriendly /I DeselectTarget
  56.  BTN T4 /O SelectNearAirTarget
  57.         /I DeselectTarget
  58.  BTN T5 /O SelectNearGrdTarget
  59.         /I DeselectTarget
  60.  BTN T6 PadLockView
  61.  BTN T7 /O Pause /I MusicOnOff
  62.  BTN T8 /O Pause /I GroundDetailToggle
  63. REM
  64. @DigitalThrottle
  65.